Folding code snippets

In large codes, it is easier to navigate in folded code snippets. To fold we have several methods

1. Manual Folding

2. Indent Folding

It is fastest way to fold the Indented content. To use this method , :set foldmethod=indent
Depending upon the cursor, it will automatically fold the indented blocs.